        
        body {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            width: 100%;
            max-width: 1920px;
            margin-left: auto;
            margin-right: auto;
        }

          img {
              max-width:100%;
              height:auto !important;
          }

          img {
            border-radius: 10px;
          }
        
        /*todo head wrapper ***************************************/
        .headwrapper {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: auto;
            background-color: white;
            gap: 1rem;
            grid-template-areas: 
            "logo title title";
        }
        .logo {
            grid-area: logo;
            padding: 1rem;
            display: grid;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .title {
            grid-area: title;
            text-align: center;
            padding: 1rem;
            background-color: white;
        }
      
        /* todo full width ***************************************/
        .fullwidth {
    
            padding: 1rem;
            background-color: white;
        }
        

        /* todo 50 split ********************************************/
        .fifty-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto;
            gap: 1rem;
        }
        .left {
            padding: 1rem;
            background-color: white
        }
        .right {
            padding: 1rem ;
            background-color: white
        }
        /*todo block 4 images ***************************************/

        .image-placing {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-template-rows: auto;
            gap: 1rem;
        }
        .one {
            padding: 1rem;
            background-color: white
        }
        .two {
            padding: 1rem;
            background-color: white
        }
        .three {
            padding: 1rem;
            background-color: white
        }
        .four {
            padding: 1rem;
            background-color: white
        }
        .details {
            display: grid;
            background-color: #D8C873;;
            padding: 1rem;
            text-align: center;
        }

/*todo icons **************************************************/


.fa {
	padding: 20px;
	font-size: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	color:black;
  }
  
  /* Hover for AF4 fa but for AF5 it will be fas */
  .fa:hover {
	  opacity: 0.8;
	  color: #3B3B3B;
	  transition: .6s ease;
  }


/*todo fonts ****************************************************/


@import url('https://web.archive.org/web/20241124051237cs_/https://fonts.googleapis.com/css2?family=Roboto&display=swap');

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    color: #D8C873;
    text-shadow: 1px 1px 2px black;
    
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-style: italic;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
}


/*todo back to top ****************************************/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #000000 url("/web/20241124051237im_/https://arden-house-pickering.co.uk/images/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
  }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
  }
  .no-touch .cd-top:hover {
    background-color: #F29E92;
    opacity: 1;
  }
  @media only screen and (min-width: 768px) {
    .cd-top {
      right: 20px;
      bottom: 20px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px;
    }
  }
        /*!! Media Queries **************************************************/

 /* MOBILE MEDIA QUERIES Nexus 7 Android landscape */

@media screen and (max-width: 966px) {
    .headwrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        background-color: white;
        gap: 1rem;
        grid-template-areas: 
        "logo"
        "title" 
        "contact";
    }

    .logo {
      grid-area: logo;
      padding-top: 3.3rem;
      padding-bottom: 0;
      text-align: center;
      
  }
    .contact {
        grid-area: contact;
        padding: 1rem;
        text-align: center;
        background-color: brown;
    }

}

/* MOBILE MEDIA QUERIES iPad portrait */

@media screen and (max-width: 800px) {

  /* todo 50 split */
  .fifty-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
}
  /*todo block 4 images */
  .image-placing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1rem;
}

}

/* MOBILE MEDIA QUERIES Nexus 7 Android portrait / Galaxy Tab */

@media screen and (max-width: 604px) {

  /*todo block 4 images */
  .image-placing {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
}

}

/*
     FILE ARCHIVED ON 05:12:37 Nov 24, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:46:12 Dec 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.515
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 8.246
  LoadShardBlock: 103.151 (3)
  PetaboxLoader3.datanode: 278.841 (5)
  load_resource: 288.623
  PetaboxLoader3.resolve: 69.847
  loaddict: 170.156
*/